ASP.NET MVC Controls
TrendLineOrder Property

Gets or sets the number of terms in a polynomial or fourier equation.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="order", 
   Name="order")>
Public Property TrendLineOrder As Integer
[DefaultValue()]
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="order", 
   Name="order")]
public int TrendLineOrder {get; set;}
Remarks
Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TrendLine<T> Class
TrendLine<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback